home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00684_Script_close issue text < prev    next >
Text File  |  1997-07-29  |  277b  |  14 lines

  1. on mousedown
  2.   --  set the movierate of sprite 29 = 0
  3.   trackbutton  the clickon, cast "over close down"
  4.   --  set the movierate of sprite 29 = 1
  5. end
  6.  
  7. on mouseUp
  8.   if rollover(the clickon) then
  9.     puppetsprite the clickon,false
  10.     close_issue_text
  11.   end if
  12. end
  13.  
  14.